If you are upgrading an existing site from 15.2, you must modify your Panel.skin or copy the updated file to gain access to the latest web controls and to avoid broken images and potential server errors.
Modifications to existing lines are shown in red for deletions and green for insertions.
1. With a text
editor or IDE, open the skin file:
C:\Program
Files\ASI\iMIS15\net\App_Themes\ThemeName\ThemeName.skin
2. Modify PanelTemplateControl:
<asiweb:PanelTemplateControl runat="server" CssClass="StandardPanel" RoundedCorners="false" CollapsedImage="Images/ExpandIcon.jpg" ExpandedImage="Images/CollapseIcon.jpg" CollapsedText="" ExpandedText="" />
3. Save the file.